home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / linuxdoc-sgml / bin / preroff < prev    next >
Text File  |  1994-06-23  |  394b  |  15 lines

  1. #! /bin/sh
  2. # Author: Tom Gordon
  3. # Date: 9 Dec 91
  4.  
  5. # Protects periods ending sentences which happen to occur in the first
  6. # column of a line from being interpreted as macro calls.
  7.  
  8. # synopsis: format -T nroff foo.sgml | preroff | nroff -ms 
  9.  
  10. # Set to path of linuxdoc-sgml directory. This is all you need to edit.
  11. LINUXDOC=/usr/skunk/lib/linuxdoc-sgml
  12.  
  13. LIB=$LINUXDOC/lib
  14. sed -f $LIB/preroff.sed
  15.